OLEDB Details Interface |
|
Field Name |
Property |
Field Description |
---|---|---|
Database Vendor |
Mandatory |
Specifies the required database vendor. Depending on the database vendor selected, the drop-down list for the provider is populated. |
Provider |
Mandatory |
Specifies the appropriate OLE DB provider name. This is a mandatory field. |
Server / Service Name |
Mandatory |
This field appears when the via ODBC option is selected in the Database Vendor field. It specifies a machine name, or a host string depending upon the provider selected.Depending on the database vendor, provide the following details:
|
Default Database |
Optional |
Default Database: This contains the name of the database (catalog name or schema to be connected). For example, in SQL server, if a user wants to connect to a particular database (e.g., Eastwind), the database name must be mentioned in this field. If no database name is mentioned, the Service Container is connected to the default database of that user (e.g., master for 'sa' user).For Oracle server, this field must contain schema in upper case to which the Service Container must be connected. If no schema is mentioned, the Service Container is connected to the default schema for that user.All read and update requests are directed to the connected database or schema only. |
DB User |
Optional |
Specifies the authenticated user name for authentication to the database. This is required only when the selected database needs authentication. |
Password |
Optional |
This field contains the password for authentication. |